home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / comhex31.arc / COMMHEX.DOC < prev   
Text File  |  1987-04-17  |  3KB  |  53 lines

  1.     
  2.     
  3.     
  4.                                 C O M M H E X
  5.                                  Version 3.1
  6.              Copyright (C) 1986, 1987 by Michael Burton Software
  7.  
  8.     COMMHEX is a diagnostic program that displays information received by 
  9.     a serial port in two windows. The one window shows data received by 
  10.     the serial port in ASCII, and the other window shows the same data in 
  11.     hexadecimal.  Characters that are entered via the keyboard (except 
  12.     F1, CTL-C and CTL-K) are sent to the serial port and are optionally 
  13.     displayed.  
  14.     
  15.     The only keys that have special functions within COMMHEX are the 
  16.     function keys F1 through F10, and CTL-C and CTL-K.  
  17.     
  18.     Function key F1 is used to create, store or load macro character 
  19.     strings.  Up to nine macros may be created, stored or loaded.  When 
  20.     created or loaded, the macros are activated by pressing F2 through 
  21.     F10.  A delay between transmission of each character of a macro may 
  22.     be set in the initialization window. 
  23.     
  24.     A macro consists of up to 80 characters.  It is created one byte at a 
  25.     time by entering its decimal (0-255) or hexadecimal ($0-$FF) 
  26.     equivalent.  When a macro definition is complete, an ENTER with 
  27.     nothing preceding it is entered to close the string. The macros may 
  28.     then be stored to a file for later loading, or they may be used 
  29.     immediately.
  30.     
  31.     CTL-K is used to clear the ASCII and Hexadecimal windows, as well as 
  32.     the incoming and outgoing byte counters.  CTL-C is used to exit the 
  33.     program and return to DOS.
  34.  
  35.     Each byte received on the serial port is filtered through three 
  36.     masks; an AND mask, an OR mask and an exclusive OR mask, in that 
  37.     order.  If the default masks in the initialization window are used, 
  38.     the incoming byte will remain unchanged.  
  39.     
  40.     COMMHEX is a Shareware program, which is an attempt to provide good 
  41.     software at a low cost.  You are free to copy the program for all 
  42.     your friends, but if you find yourself using it on a regular basis, 
  43.     we ask that you make an $8 contribution to: 
  44.  
  45.                             Michael Burton Software
  46.                             15540 Boot Hill Rd.
  47.                             Hayden Lake, ID  83835
  48.  
  49.     You will receive the latest update of COMMHEX and will be placed on 
  50.     our mailing list.  If you have any questions about COMMHEX, call 
  51.     (208)772-9347 after 6 p.m. Pacific time. 
  52.  
  53.